From: Glenn Morris Date: Sat, 21 Apr 2007 19:29:26 +0000 (+0000) Subject: (Fdefine_key): Fix info ref in doc string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~709 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dd6c446d658040c15694e1abc07f7dd053e24635;p=emacs.git (Fdefine_key): Fix info ref in doc string. --- diff --git a/src/keymap.c b/src/keymap.c index 89b880c65ae..547f7a10e69 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1125,7 +1125,8 @@ DEF is anything that can be a key's definition: a cons (STRING . DEFN), meaning that DEFN is the definition (DEFN should be a valid definition in its own right), or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP, - or an extended menu item definition. (See info node `Extended Menu Items'.) + or an extended menu item definition. (See info node +`(elisp)Extended Menu Items'.) If KEYMAP is a sparse keymap with a binding for KEY, the existing binding is altered. If there is no binding for KEY, the new pair